-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transient storage implementation #31
Conversation
package.json
Outdated
@@ -66,7 +66,7 @@ | |||
"eslint-plugin-prettier": "3.4.1", | |||
"eslint-plugin-promise": "^5.2.0", | |||
"ethers": "^5.7.0", | |||
"hardhat": "^2.16.1", | |||
"hardhat": "2.19.4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are using ^2.22.15
in the vips
repo. Could we upgrade this to that version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated, 74217d1
@@ -38,7 +38,7 @@ const config: HardhatUserConfig = { | |||
enabled: true, | |||
runs: 200, | |||
}, | |||
evmVersion: "paris", | |||
evmVersion: "cancun", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Support:
- Arbitrum one
- Optimism
- BNB Chain (BEP-343)
AFAIU, ZKSync era doesn't support transient storage yet:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ZKsync Era supports transient storage. Confirmed with the team
3a5bcdf
to
0d40a43
Compare
0d40a43
to
74217d1
Compare
Description
Resolves #
Checklist